Theme troubleshooting
Theme troubleshooting
Sometimes theming may fail on some devices. It is recommended that you set below color code in your app’s res/values/colors.xml
file.
<color name="nuColorPrimary">#FF0000</color> // Same as colorPrimary in the theme
<color name="nuColorPrimaryDark">#008800</color> // Same as nuColorPrimaryDark in the theme
<color name="nuColorAccent">#0000FF</color> // Same as nuColorAccent in the theme
<color name="nuColorAccent85">#880022</color> // Same as nuColorAccent85 in the theme
<color name="nuColorAccent50">#008899</color> // Same as nuColorAccent50 in the theme